home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
internet
/
irc_i_dodatki
/
mcf4amirc
/
rexx
/
mcf_silence.amirx
< prev
next >
Wrap
Text File
|
1996-09-17
|
711b
|
12 lines
/* MCF_Silence.AMIRX
// $VER: MCF_Silence.AMIRX 4.1 (29.07.96)
\\ Written by Donald T. Becker (dtbecker@prolog.net) IRC: StarDustr
// Please mail any bug reports/comments to the above address with a subject
\\ header of MCF.AMIRX.
//
\\ ** What to do with this file?
// Put this script in REXX: Add the following Aliases:
\\ SI /Rx MCF_Silence %p this will silence the user.
// US /Rx MCF_Silence %p - this will remove the silence entry.
*/
;parse arg Nick flag junk Uflag UType;options results;userhost Nick;FHost=result;xl=pos('@',FHost);if xl=1 then exit;Host="*!*"||substr(FHost,xl);if flag="-" then;Uflag="Un";else UType="CTCP PRIV";"RAW Silence "flag||Host;"Say /"Uflag"Ignore " Host UType;exit